.titulo-onde-estamos{
    font-size: 3.500rem;
    font-weight: 900;
    line-height: 4.188rem;
    font-family: "Montserrat", sans-serif;
    margin-top: 10% !important;
    background: rgb(0,18,27);
    background: linear-gradient(111deg, #000046 0%, #1CB5E0 100%);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; 
    text-align: end;
}

.subtitulo-onde-estamos{
    font-size: 1.500rem;
    font-weight: 500;
    line-height: 1.75rem;
    font-family: "Montserrat", sans-serif;
    margin-top: 10% !important;
    color: #333333;

}

.cont-img-onde-estamos{
    overflow: hidden;
    height: 100vh;
}

.img-onde-estamos{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.cont-onde-estamos-mobile{
    display: none;
}

.cont-text-mapa{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    margin-top: 6rem;
}


@media screen and (max-width: 1024px) {
    

    .img-onde-estamos, .cont-img-onde-estamos{
        display: none;
    }

    .cont-onde-estamos-mobile{
        display: block;
        overflow: hidden;
        height: 50vh;
        width: 100%;
    }

    .img-onde-estamos-mobile{
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .titulo-onde-estamos{
        font-size: 3.438rem;
    }

    .cont-text-mapa{
        margin-top: 0.5rem;
    }
    
}